home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 3,701 to 3,800 / aol-file-protocol-4400-3701-to-3800.zip / AOLDLs / Sports / APSBB32_V3.0 Basketball StatTrak / APSBB301.exe / _SETUP.1 / bb30db.shell / PlayerRptFormat.json < prev    next >
JavaScript Object Notation  |  1998-09-22  |  257b

  1. {
  2.     "schema": {
  3.         "ReportNumber": "Integer NOT NULL",
  4.         "ReportDescription": "Text (25) NOT NULL",
  5.         "SortCategory": "Byte NOT NULL",
  6.         "SortDirection": "Text (1) NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "ReportNumber": 10,
  11.             "ReportDescription": "Default Report",
  12.             "SortCategory": 4,
  13.             "SortDirection": "D"
  14.         }
  15.     ]
  16. }